home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 100 / MacAddict_100_2004_12.iso / mac / Software / Productivity / Budget 4.4.3.dmg / Budget.app / Contents / Resources / Defaults.plist < prev    next >
Text File  |  2004-09-15  |  18KB  |  497 lines

  1. /* Default settings for CocoaBudget */
  2. {
  3.     /* Quick Convert standard items */
  4.     defaultQuickConvertItems = (
  5.         "EUR->USD",
  6.         "USD->EUR"
  7.     );
  8.  
  9.     /* history toolbar definition */
  10.     historyWindowToolbar = {
  11.         allowedItemIdentifiers = (
  12.             BUToolbarCheckItem, 
  13.             BUToolbarDebitItem,
  14.             BUToolbarATMItem, 
  15.             BUToolbarChargeItem,
  16.             BUToolbarDepositItem, 
  17.             BUToolbarPrintItem,
  18.             BUToolbarInfoItem, 
  19.             BUToolbarStatsItem, 
  20.             BUToolbarReminderItem, 
  21.             NSToolbarSeparatorItem, 
  22.             NSToolbarSpaceItem, 
  23.             NSToolbarFlexibleSpaceItem, 
  24.             NSToolbarCustomizeToolbarItem
  25.         ); 
  26.         defaultItemIdentifiers = (
  27.             BUToolbarCheckItem, 
  28.             BUToolbarDebitItem,
  29.             BUToolbarDepositItem, 
  30.             NSToolbarSeparatorItem, 
  31.             BUToolbarInfoItem, 
  32.             BUToolbarReminderItem,
  33.             NSToolbarFlexibleSpaceItem
  34.         ); 
  35.         itemInfoByIdentifier = {
  36.             BUToolbarATMItem = {
  37.                 action = "useATM:"; 
  38.                 imageName = "ATM"; 
  39.                 label = "ATM"; 
  40.                 paletteLabel = "ATM Withdrawal"; 
  41.                 toolTip = "Get cash"; 
  42.             }; 
  43.             BUToolbarDebitItem = {
  44.                 action = "writeDebit:"; 
  45.                 imageName = "Debit"; 
  46.                 label = "Debit"; 
  47.                 paletteLabel = "Write Debit"; 
  48.                 toolTip = "Write debit"; 
  49.             }; 
  50.             BUToolbarCheckItem = {
  51.                 action = "writeCheck:"; 
  52.                 imageName = "WriteCheck"; 
  53.                 label = "Check"; 
  54.                 paletteLabel = "Write Check"; 
  55.                 toolTip = "Write a check"; 
  56.             }; 
  57.             BUToolbarChargeItem = {
  58.                 action = "chargeCard:"; 
  59.                 imageName = "credit"; 
  60.                 label = "Charge"; 
  61.                 paletteLabel = "Charge"; 
  62.                 toolTip = "Charge"; 
  63.             };
  64.             BUToolbarDepositItem = {
  65.                 action = "makeDeposit:"; 
  66.                 imageName = "DepositIcon"; 
  67.                 label = "Deposit"; 
  68.                 paletteLabel = "Make Deposit"; 
  69.                 toolTip = "Make a deposit"; 
  70.             }; 
  71.             BUToolbarInfoItem = {
  72.                 action = "displayEnvelopeInfoWindow:"; 
  73.                 imageName = "InfoIcon"; 
  74.                 label = "Info"; 
  75.                 paletteLabel = "Envelope Info"; 
  76.                 toolTip = "View envelope information"; 
  77.             }; 
  78.             BUToolbarStatsItem = {
  79.                 action = "displayEnvelopeStatsWindow:"; 
  80.                 imageName = "StatsIcon"; 
  81.                 label = "Stats"; 
  82.                 paletteLabel = "Envelope Statistics"; 
  83.                 toolTip = "View envelope statistics"; 
  84.             }; 
  85.             BUToolbarReminderItem = {
  86.                 action = "showReminder:"; 
  87.                 imageName = "ReminderIcon"; 
  88.                 label = "Reminder"; 
  89.                 paletteLabel = "Set Reminder"; 
  90.                 toolTip = "Set a reminder"; 
  91.             }; 
  92.             BUToolbarPrintItem = {
  93.                 action = "showPrint:"; 
  94.                 imageName = "PrinterIcon"; 
  95.                 label = "Print"; 
  96.                 paletteLabel = "Print Check"; 
  97.                 toolTip = "Print a check"; 
  98.             }; 
  99.         }; 
  100.     }; 
  101.  
  102.     /* main window toolbar definition */
  103.     mainWindowToolbar = {
  104.         allowedItemIdentifiers = (
  105.             BUToolbarSaveItem, 
  106.             BUToolbarCheckItem, 
  107.             BUToolbarDebitItem,
  108.             BUToolbarChargeItem,
  109.             BUToolbarATMItem,
  110.             BUToolbarDepositItem, 
  111.             BUToolbarPayItem,
  112.             BUToolbarLaunchURLItem,
  113.             BUToolbarInfoItem,
  114.             BUToolbarHistoryItem, 
  115.             BUToolbarStatsItem, 
  116.             BUToolbarBalanceItem,
  117.             BUToolbarNewEnvelopeItem, 
  118.             BUToolbarTransferItem,
  119.             BUToolbarCurrencyConverterItem,
  120.             BUToolbarPreferencesItem,
  121.             BUToolbarImportQIFItem,
  122.             NSToolbarSeparatorItem, 
  123.             NSToolbarSpaceItem, 
  124.             NSToolbarFlexibleSpaceItem, 
  125.             NSToolbarCustomizeToolbarItem
  126.         ); 
  127.         defaultItemIdentifiers = (
  128.             BUToolbarSaveItem, 
  129.             NSToolbarSeparatorItem, 
  130.             BUToolbarCheckItem, 
  131.             BUToolbarDebitItem, 
  132.             BUToolbarChargeItem, 
  133.             NSToolbarSeparatorItem, 
  134.             BUToolbarDepositItem, 
  135.             BUToolbarPayItem, 
  136.             NSToolbarSeparatorItem, 
  137.             NSToolbarFlexibleSpaceItem,
  138.             BUToolbarInfoItem, 
  139.             BUToolbarHistoryItem, 
  140.             BUToolbarStatsItem, 
  141.             NSToolbarFlexibleSpaceItem,
  142.             NSToolbarSeparatorItem, 
  143.             BUToolbarBalanceItem
  144.         ); 
  145.         itemInfoByIdentifier = {
  146.             BUToolbarCheckItem = {
  147.                 action = "writeCheck:"; 
  148.                 imageName = "WriteCheck"; 
  149.                 label = "Check"; 
  150.                 paletteLabel = "Write Check"; 
  151.                 toolTip = "Write a check"; 
  152.             }; 
  153.             BUToolbarChargeItem = {
  154.                 action = "chargeCard:"; 
  155.                 imageName = "credit"; 
  156.                 label = "Charge"; 
  157.                 paletteLabel = "Charge"; 
  158.                 toolTip = "Charge"; 
  159.             };
  160.             BUToolbarDepositItem = {
  161.                 action = "makeDeposit:"; 
  162.                 imageName = "DepositIcon"; 
  163.                 label = "Deposit"; 
  164.                 paletteLabel = "Make Deposit"; 
  165.                 toolTip = "Make a deposit"; 
  166.             }; 
  167.             BUToolbarBalanceItem = {
  168.                 action = "displayBalanceWindow:"; 
  169.                 imageName = "BalanceIcon"; 
  170.                 label = "Balance"; 
  171.                 paletteLabel = "Balance Bank Account"; 
  172.                 toolTip = "Balance selected bank account"; 
  173.             }; 
  174.             BUToolbarHistoryItem = {
  175.                 action = "displayAccountHistoryWindow:"; 
  176.                 imageName = "HistoryIcon"; 
  177.                 label = "History"; 
  178.                 paletteLabel = "Envelope History"; 
  179.                 toolTip = "Show envelope history"; 
  180.             }; 
  181.             BUToolbarInfoItem = {
  182.                 action = "showInfo:"; 
  183.                 imageName = "InfoIcon"; 
  184.                 label = "Info"; 
  185.                 paletteLabel = "Show Info"; 
  186.                 toolTip = "View envelope/group information"; 
  187.             }; 
  188.             BUToolbarPayItem = {
  189.                 action = "displayModalPayEntry:"; 
  190.                 imageName = "PayIcon"; 
  191.                 label = "Pay"; 
  192.                 paletteLabel = "Enter Pay"; 
  193.                 toolTip = "Enter your pay"; 
  194.             }; 
  195.             BUToolbarLaunchURLItem = {
  196.                 action = "launchURL:"; 
  197.                 imageName = "LaunchURL"; 
  198.                 label = "Launch URL"; 
  199.                 paletteLabel = "Launch URL"; 
  200.                 toolTip = "Launch the URL set for the selected account"; 
  201.             };
  202.             BUToolbarSaveItem = {
  203.                 action = "saveDocument:"; 
  204.                 imageName = "SaveIcon"; 
  205.                 label = "Save"; 
  206.                 paletteLabel = "Save Document"; 
  207.                 toolTip = "Save your document"; 
  208.             }; 
  209.             BUToolbarStatsItem = {
  210.                 action = "displayEnvelopeStatsWindow:"; 
  211.                 imageName = "StatsIcon"; 
  212.                 label = "Stats"; 
  213.                 paletteLabel = "Show Statistics"; 
  214.                 toolTip = "View envelope/group statistics"; 
  215.             }; 
  216.             BUToolbarTransferItem = {
  217.                 action = "transfer:"; 
  218.                 imageName = "Transfer"; 
  219.                 label = "Transfer"; 
  220.                 paletteLabel = "Transfer Money"; 
  221.                 toolTip = "Transfer money between envelopes"; 
  222.             };
  223.             BUToolbarCurrencyConverterItem = {
  224.                 action = "displayCurrencyConversionWindow:"; 
  225.                 imageName = "CurrencyConverter"; 
  226.                 label = "Currency Converter"; 
  227.                 paletteLabel = "Currency Converter"; 
  228.                 toolTip = "Convert amounts to different currencies and set up Quick Convert popup menu"; 
  229.             };
  230.             BUToolbarDebitItem = {
  231.                 action = "writeDebit:"; 
  232.                 imageName = "Debit"; 
  233.                 label = "Debit"; 
  234.                 paletteLabel = "Write Debit"; 
  235.                 toolTip = "Write debit"; 
  236.             }; 
  237.             BUToolbarNewEnvelopeItem = {
  238.                 action = "newEnvelope:"; 
  239.                 imageName = "NewAccount"; 
  240.                 label = "New Envelope"; 
  241.                 paletteLabel = "Create New Envelope"; 
  242.                 toolTip = "Create new envelope"; 
  243.             }; 
  244.             BUToolbarATMItem = {
  245.                 action = "useATM:"; 
  246.                 imageName = "ATM"; 
  247.                 label = "ATM"; 
  248.                 paletteLabel = "ATM Withdrawal"; 
  249.                 toolTip = "Get cash"; 
  250.             };
  251.             BUToolbarPreferencesItem = {
  252.                 action = "displayPreferences:";
  253.                 imageName = "General"; 
  254.                 label = "Preferences";
  255.                 paletteLabel = "Preferences"; 
  256.                 toolTip = "Budget Preferences"; 
  257.             };
  258.             BUToolbarImportQIFItem = {
  259.                 action = "importQIF:";
  260.                 imageName = "ImportQIF"; 
  261.                 label = "Import QIF";
  262.                 paletteLabel = "Import QIF"; 
  263.                 toolTip = "Import a QIF file"; 
  264.             };
  265.         }; 
  266.     };
  267.  
  268.     /* group envelope window toolbar definition */
  269.     subWindowToolbar = {
  270.         allowedItemIdentifiers = (
  271.             BUToolbarCheckItem, 
  272.             BUToolbarDebitItem,
  273.             BUToolbarChargeItem,
  274.             BUToolbarATMItem,
  275.             BUToolbarDepositItem, 
  276.             BUToolbarInfoItem,
  277.             BUToolbarHistoryItem, 
  278.             BUToolbarStatsItem, 
  279.             BUToolbarBalanceItem,
  280.             BUToolbarNewEnvelopeItem, 
  281.             BUToolbarTransferItem,
  282.             BUToolbarCurrencyConverterItem,
  283.             NSToolbarSeparatorItem, 
  284.             NSToolbarSpaceItem, 
  285.             NSToolbarFlexibleSpaceItem, 
  286.             NSToolbarCustomizeToolbarItem
  287.         ); 
  288.         defaultItemIdentifiers = (
  289.             BUToolbarCheckItem, 
  290.             BUToolbarDebitItem,
  291.             BUToolbarATMItem,
  292.             NSToolbarSeparatorItem, 
  293.             BUToolbarDepositItem, 
  294.             NSToolbarSeparatorItem, 
  295.             NSToolbarFlexibleSpaceItem,
  296.             BUToolbarInfoItem, 
  297.             BUToolbarHistoryItem, 
  298.             BUToolbarStatsItem, 
  299.             NSToolbarFlexibleSpaceItem
  300.         ); 
  301.         itemInfoByIdentifier = {
  302.             BUToolbarCheckItem = {
  303.                 action = "writeCheck:"; 
  304.                 imageName = "WriteCheck"; 
  305.                 label = "Check"; 
  306.                 paletteLabel = "Write Check"; 
  307.                 toolTip = "Write a check"; 
  308.             }; 
  309.             BUToolbarChargeItem = {
  310.                 action = "chargeCard:"; 
  311.                 imageName = "credit"; 
  312.                 label = "Charge"; 
  313.                 paletteLabel = "Charge"; 
  314.                 toolTip = "Charge"; 
  315.             };
  316.             BUToolbarDepositItem = {
  317.                 action = "makeDeposit:"; 
  318.                 imageName = "DepositIcon"; 
  319.                 label = "Deposit"; 
  320.                 paletteLabel = "Make Deposit"; 
  321.                 toolTip = "Make a deposit"; 
  322.             }; 
  323.             BUToolbarBalanceItem = {
  324.                 action = "displayBalanceWindow:"; 
  325.                 imageName = "BalanceIcon"; 
  326.                 label = "Balance"; 
  327.                 paletteLabel = "Balance Bank Account"; 
  328.                 toolTip = "Balance selected bank account"; 
  329.             }; 
  330.             BUToolbarHistoryItem = {
  331.                 action = "displayAccountHistoryWindow:"; 
  332.                 imageName = "HistoryIcon"; 
  333.                 label = "History"; 
  334.                 paletteLabel = "Envelope History"; 
  335.                 toolTip = "Show envelope history"; 
  336.             }; 
  337.             BUToolbarInfoItem = {
  338.                 action = "showInfo:"; 
  339.                 imageName = "InfoIcon"; 
  340.                 label = "Info"; 
  341.                 paletteLabel = "Show Info"; 
  342.                 toolTip = "View envelope/group information"; 
  343.             }; 
  344.             BUToolbarStatsItem = {
  345.                 action = "displayEnvelopeStatsWindow:"; 
  346.                 imageName = "StatsIcon"; 
  347.                 label = "Stats"; 
  348.                 paletteLabel = "Envelope Statistics"; 
  349.                 toolTip = "View envelope statistics"; 
  350.             }; 
  351.             BUToolbarTransferItem = {
  352.                 action = "transfer:"; 
  353.                 imageName = "Transfer"; 
  354.                 label = "Transfer"; 
  355.                 paletteLabel = "Transfer Money"; 
  356.                 toolTip = "Transfer money between envelopes"; 
  357.             };
  358.             BUToolbarCurrencyConverterItem = {
  359.                 action = "displayCurrencyConversionWindow:"; 
  360.                 imageName = "CurrencyConverter"; 
  361.                 label = "Currency Converter"; 
  362.                 paletteLabel = "Currency Converter"; 
  363.                 toolTip = "Convert amounts to different currencies and set up Quick Convert popup menu"; 
  364.             };
  365.             BUToolbarDebitItem = {
  366.                 action = "writeDebit:"; 
  367.                 imageName = "Debit"; 
  368.                 label = "Debit"; 
  369.                 paletteLabel = "Write Debit"; 
  370.                 toolTip = "Write debit"; 
  371.             }; 
  372.             BUToolbarNewEnvelopeItem = {
  373.                 action = "newEnvelope:"; 
  374.                 imageName = "NewAccount"; 
  375.                 label = "New Envelope"; 
  376.                 paletteLabel = "Create New Envelope"; 
  377.                 toolTip = "Create new envelope"; 
  378.             }; 
  379.             BUToolbarATMItem = {
  380.                 action = "useATM:"; 
  381.                 imageName = "ATM"; 
  382.                 label = "ATM"; 
  383.                 paletteLabel = "ATM Withdrawal"; 
  384.                 toolTip = "Get cash"; 
  385.             }; 
  386.         }; 
  387.     }; 
  388.  
  389.     /* reports toolbar definition */
  390.     reportsWindowToolbar = {
  391.         allowedItemIdentifiers = (
  392.             /*BUToolbarStartDateItem,
  393.             BUToolbarEndDateItem,*/
  394.             BUToolbarPrintItem,
  395.             BUToolbarSaveAsPDFItem,
  396.             BUToolbarSaveAsTextItem,
  397.             BUToolbarReportsItem, 
  398.             NSToolbarSeparatorItem, 
  399.             NSToolbarSpaceItem, 
  400.             NSToolbarFlexibleSpaceItem, 
  401.             NSToolbarCustomizeToolbarItem
  402.         ); 
  403.         defaultItemIdentifiers = (
  404.             BUToolbarReportsItem,
  405.             /*BUToolbarStartDateItem,
  406.             BUToolbarEndDateItem,*/
  407.             NSToolbarSeparatorItem, 
  408.             BUToolbarSaveAsTextItem,
  409.             BUToolbarPrintItem,
  410.             BUToolbarSaveAsPDFItem,
  411.             NSToolbarFlexibleSpaceItem
  412.         ); 
  413.         itemInfoByIdentifier = {
  414.             BUToolbarPrintItem = {
  415.                 action = "printReport:"; 
  416.                 imageName = "PrinterIcon"; 
  417.                 label = "Print"; 
  418.                 paletteLabel = "Print Report"; 
  419.                 toolTip = "Print this report"; 
  420.             }; 
  421.             BUToolbarSaveAsPDFItem = {
  422.                 action = "saveReportAsPDF:"; 
  423.                 imageName = "SaveIcon"; 
  424.                 label = "Save as PDF"; 
  425.                 paletteLabel = "Save as PDF"; 
  426.                 toolTip = "Save this report as a PDF file"; 
  427.             }; 
  428.             BUToolbarSaveAsTextItem = {
  429.                 action = "saveReportAsText:"; 
  430.                 imageName = "SaveIcon"; 
  431.                 label = "Save as Text"; 
  432.                 paletteLabel = "Save as Text"; 
  433.                 toolTip = "Save this report as a text file"; 
  434.             }; 
  435.             BUToolbarReportsItem = {
  436.                 view = "_bu_selectReportView"; 
  437.                 label = "Report"; 
  438.                 paletteLabel = "Choose Report"; 
  439.                 toolTip = "Choose which report to view"; 
  440.             }; 
  441.             /*BUToolbarStartDateItem = {
  442.                 view = "_bu_startDate"; 
  443.                 label = "Start Date"; 
  444.                 paletteLabel = "Start Date"; 
  445.                 toolTip = "Set report starting date"; 
  446.             }; 
  447.             BUToolbarEndDateItem = {
  448.                 view = "_bu_endDate"; 
  449.                 label = "End Date"; 
  450.                 paletteLabel = "End Date"; 
  451.                 toolTip = "Set report ending date"; 
  452.             };*/
  453.         }; 
  454.     }; 
  455.  
  456.     /* check printing templates */
  457.     checkPrintingTemplates = (
  458.         {
  459.             label = "Personal Check";
  460.             toolTip = "Standard size personal check";
  461.             size = "{432,197}";
  462.             backgroundImage = "CheckPersonal";
  463.             rectangles = (
  464.                 "{{59,73},{266,20}}",    // pay to
  465.                 "{{329,78},{91,18}}",    // amount
  466.                 "{{13,97},{333,18}}",    // word amount
  467.                 "{{30,152},{213,19}}",    // memo
  468.                 "{{266,45},{95,18}}",    // date
  469.                 "{{266,45},{21,18}}",    // day
  470.                 "{{287,45},{35,18}}",    // month
  471.                 "{{322,45},{39,18}}",    // year
  472.                 "{{370,20},{49,18}}",    // check #
  473.                 "{{220,152},{175,18}}"    // signature
  474.             );
  475.             visible = (1, 1, 1, 1, 0, 1, 1, 1, 0, 0);
  476.         },
  477.         {
  478.             label = "Business Check";
  479.             toolTip = "Standard size business check";
  480.             size = "{604,230}";
  481.             backgroundImage = "CheckBusiness";
  482.             rectangles = (
  483.                 "{{59,96},{437,18}}",    // pay to
  484.                 "{{508,96},{91,18}}",    // amount
  485.                 "{{22,124},{530,18}}",    // word amount
  486.                 "{{21,169},{370,18}}",    // memo
  487.                 "{{266,45},{95,18}}",    // date
  488.                 "{{422,54},{21,18}}",    // day
  489.                 "{{443,54},{35,18}}",    // month
  490.                 "{{478,54},{39,18}}",    // year
  491.                 "{{541,9},{49,18}}",    // check #
  492.                 "{{406,161},{175,18}}"    // signature
  493.             );
  494.             visible = (1, 1, 1, 1, 0, 1, 1, 1, 1, 0);
  495.         }
  496.     );
  497. }